Microsoft DirectX 8.1 (C++)

ICADenial.Tolls

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Tolls property retrieves the tolls that apply to this denial.

Syntax

objCADenial.Tolls As ICATolls

Parameters

This property takes no parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns an ICATolls object.

Remarks

This method returns a collection object, which the caller can use to enumerate the tolls. The user can remove the denial by paying any of the tolls. If the collection is empty, the denial is absolute and cannot be removed.

This property is read-only.

See Also